runtime.bitvector.n (field)
25 uses
runtime (current package)
heapdump.go#L246: for i := uintptr(0); i < uintptr(cbv.n); i++ {
heapdump.go#L276: bv.n = -1
heapdump.go#L295: if child.args.n >= 0 {
heapdump.go#L322: dumpbv(&bv, s.varp-uintptr(bv.n)*goarch.PtrSize-s.sp)
heapdump.go#L335: child.args.n = -1
heapdump.go#L369: child.args.n = -1
mbitmap.go#L1483: if locals.n == 0 {
mbitmap.go#L1486: size := uintptr(locals.n) * goarch.PtrSize
mgcmark.go#L970: if locals.n > 0 {
mgcmark.go#L971: size := uintptr(locals.n) * goarch.PtrSize
mgcmark.go#L976: if args.n > 0 {
mgcmark.go#L977: scanblock(frame.argp, uintptr(args.n)*goarch.PtrSize, args.bytedata, gcw, state)
stack.go#L583: n int32 // # of bits
stack.go#L602: num := uintptr(bv.n)
stack.go#L682: if locals.n > 0 {
stack.go#L683: size := uintptr(locals.n) * goarch.PtrSize
stack.go#L688: if args.n > 0 {
stkframe.go#L79: return uintptr(argMap.n) * goarch.PtrSize
stkframe.go#L97: argMap.n = f.args / goarch.PtrSize
stkframe.go#L147: if n < argMap.n {
stkframe.go#L148: argMap.n = n
stkframe.go#L206: print(" locals ", stackid, "/", stkmap.n, " ", locals.n, " words ", locals.bytedata, "\n")
stkframe.go#L216: if args.n > 0 && args.bytedata == nil {
stkframe.go#L221: print("runtime: frame ", funcname(f), " untyped args ", hex(frame.argp), "+", hex(args.n*goarch.PtrSize), "\n")
stkframe.go#L230: args.n = 0
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |